document.addEventListener("keypress", function(event) { if (event.keyCode == 70) { window.location.replace("calculator.html"); } });